﻿@charset "UTF-8";
/*
    Css for PEL,    ver 1.0
    CopyRight By Dongyi Network Technology CO.,Ltd Design Center

    本网站通用布局
*/
/* Css Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin:auto;
}
fieldset,
img {
    vertical-align: top;
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}
ol,
ul,
li {
    list-style: none;
}
div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
main,
menu,
time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}
/* Public */
body {
    color: #333;
    font-size: 15px;
    line-height: 36px;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
    text-align: center;
    -webkit-text-size-adjust: none; 
    overflow-x:hidden;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #c00;
    text-decoration: underline;
}
.clearbox {
    border: none;
    border-top: 1px solid transparent !important;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-top: -1px !important;
    visibility: hidden;
}
.blank {
    display: block;
    height: 20px;
    font-size: 0px;
    line-height: 0;
    overflow: hidden;
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
}
* + html .clearfix {
    min-height: 1%;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.hide {
    display: none;
}
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/* frame */
body {  min-width: 1200px; background: url(../img/bg.jpg) no-repeat center top ;  background-size: cover; width: 100%; background-attachment: fixed ;}
.siteWidth,.container { max-width: 1200px; margin: 0 auto; position: relative; }

/* ========== 顶部 =========== */
#header { position: relative; z-index: 1; height: 280px; }
.topbar { background: url(../img/png01.png) repeat; height: 40px; line-height: 40px; min-width: 1200px; font-size: 14px; position: relative; z-index: 4;}

/* top-link-fl */
.top-link-fl { float: left;  }
.top-link-fl li { float: left; line-height: 40px; padding-right: 20px;/* padding-left: 25px; padding-right: 15px; background: url(../img/ind-ldzc.png) no-repeat 0 -40px;*/}
.top-link-fl li.li1 { background-position: 0 11px; }
.top-link-fl li.li4 { background-position: 0 -92px; }

/* top-link-fr */
.top-link-fr { float: right;  }
.top-link-fr .userLogged{margin:0;}

/* 登录 */
.notlogged { margin-right: 10px; }
.notlogged a { line-height: 40px; padding: 0 2px;}

.loggedin { margin-right: 10px; }
.loggedin a { line-height: 40px; padding: 0 2px; }

/* top-date */
.top-date { float: left; line-height: 40px; padding-left: 30px; }


/* logoBox */
.logoBox { clear: both; height: 165px;  position: relative; z-index: 1;}

#logo { position: absolute; margin-top: 30px; max-width: 600px; height: 100px; }
#logo img { max-width: 600px; }


.siteWidth {
    width:1200px;
    margin: 0 auto;
}
.siteWidth {
    position: relative;
}

#content {
    margin:0 auto;
    position: relative;
    text-align: left;
    width: 1160px;
    clear: both;
    padding: 20px;
    background:#fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* 搜索框 */
/* siteSearchBar */
.siteSearchBar { float: right;text-align: left; }
.s-form { vertical-align: top; position: relative; margin-top:65px; width: 335px; height: 38px; border: 1px solid #0651b7;  border-radius: 20px; -webkit-border-radius: 20px;-moz-border-radius: 20px;-o-border-radius: 20px; -ms-border-radius: 20px; background-color: #fff;}
/*.s-form .input-box { float: left}
.s-form .input-box input { width: 246px; padding: 0 10px 0 0; height: 38px; line-height: 38px; background: none; vertical-align: top; border: 0; outline: none;}
.s-form .btn-box { position: absolute; right: 0; top: -1px; height: 40px; overflow: hidden; }
.s-form .btn-box input { height: 40px; overflow: hidden;  border: none; background: url(../img/icons/icons-search.png) center no-repeat; width: 40px; outline: none; line-height: 99px; cursor: pointer;}
.s-form .link-box { text-align: center; font-size: 14px;}
.s-form .select-box { float: left; width: 100px; height: 38px;  position: relative; }
.s-form .select-box ul { position: absolute; background: #f7f7f7; border-top: 0; line-height: 1.8; display: none; left: 0; top: 40px; width: 378px; padding: 5px 10px;
    border-radius: 10px; -webkit-border-radius: 10px;-moz-border-radius: 10px;-o-border-radius: 10px; -ms-border-radius: 10px; 
    -webkit-box-shadow:0px 2px 5px rgba(0, 0, 0, .3); -moz-box-shadow:0px 2px 5px rgba(0, 0, 0, .3); box-shadow:0px 2px 5px rgba(0, 0, 0, .3);}
.s-form .select-box ul li { cursor: pointer; padding: 2px 0 2px 2%; font-size: 12px; float: left; width: 48%; text-align: left;}
.s-form .select-box ul li:hover { color: #f60; background: #f1f1f1; }
.s-form .select-box .s-option { display: inline-block; position: absolute; top: 0; left: 10px; height: 38px; line-height: 38px; width: 70px; padding-right: 10px; overflow: hidden; text-align: center; font-size:14px; color:#999;}
.s-form .select-box a:hover { text-decoration: none; }
.s-form .select-box .arrow-dn {
    display: inline-block;
    top: 16px;
    height: 0;
    width: 0;
    font-size: 0;
    overflow: hidden;
    border: 5px solid transparent;
    border-color: #999 transparent transparent;
    position: absolute;
    right: 10px;
    transition: -webkit-transform .1s ease-in-out;
    transform: translate3d(0, 0, 999px);
    backface-visibility: visible;
    -webkit-transition: -webkit-transform .1s ease-in-out;
    -webkit-transform: translate3d(0, 0, 999px);
    -webkit-backface-visibility: visible;
    -moz-transition: -moz-transform .2s ease-in-out;
    -moz-transform: translate3d(0, 0, 999px);
    -moz-backface-visibility: visible;
}
.s-form .select-box .arrow-hover {  border-color: transparent transparent #999 transparent; top: 10px; }

.search-gjc { clear: both; font-size: 14px;}
.search-gjc h3 { display: inline; color: #0651b7;  }
.search-gjc ul,.search-gjc ul li { display: inline; padding-right: 5px; font-size: 14px;}
.search-gjc ul li a { color: #666; }
*/
.s-form .from-control { width: 246px; padding: 0 10px 0 20px; height: 38px; line-height: 38px; background: none; vertical-align: top; border: 0; outline: none;}
.s-form #search { position: absolute; right: 0; top: -1px; height: 40px; overflow: hidden;  font-size: 0;  border: none; background: url(../img/icons/icons-search.png) center no-repeat; width: 40px; outline: none; line-height: 99px; cursor: pointer;}


/* links */
.topbar dl { position: relative; float: left; *display: inline; }

/* 站群导航 S */
#siteLast{position: relative; float: left; }
#siteLast dt{cursor: pointer; background: url(../img/icons-home.png) no-repeat 6px -701px; padding-left: 30px; padding-right: 6px; line-height: 40px; float: left;  position: relative; }
#siteLast dd { display:none; padding:10px; color:#333; font-size:12px; position:absolute;right:0;top: 40px;width: 1174px; background:#fff;border: 3px solid #0651b7;}
#siteLast dd h3{ text-align:left; margin:0 10px; position:relative; font-size:14px; font-weight:bold; line-height:34px; display:block; overflow:hidden;}
#siteLast dd h3 span{float:left; height:34px; line-height:34px; padding:0 15px 0 0; background:#ffffff; position:relative; z-index:2;}
#siteLast dd h3 i{ content:""; display:block; height:1px; line-height:0; font-size:0; background:#eeeeee; top:16px; right:0; width:100%; position:absolute; z-index:1;}
#siteLast dd ul{ overflow:hidden; padding: 0 0 0 10px;}
#siteLast dd li{ float:left; width: 20%; text-align:left; overflow:hidden; height: 26px; line-height: 26px; font-size: 13px;}
#siteLast dd li a:hover{ text-decoration: underline;}
#siteLast li a{ cursor:pointer; background: url(../img/dot2.png) no-repeat left center; padding-left: 12px;}
/*#siteLast.on dt{ background: #0651b7 url(../img/icons/icons-zq.png) no-repeat 6px center; color: #fff;}*/
#siteLast.on dd{ display:block; -webkit-box-shadow:0px 4px 8px rgba(0, 0, 0, .3);-moz-box-shadow:0px 4px 8px rgba(0, 0, 0, .3);box-shadow:0px 4px 8px rgba(0, 0, 0, .3);}
/* 站群导航 E */

.topbar a.a1 { float: left; background: url(../img/icons-home.png) no-repeat 0 -607px; padding-left: 22px; margin-right: 20px; line-height: 40px; }
.topbar a.a2 { float: left; background: url(../img/icons-home.png) no-repeat 0 -654px; padding-left: 24px; margin-right: 10px; line-height: 40px; cursor: pointer; }


/* 主导航 */
.topNav {position: relative; height: 60px; width: 1200px; background-color: #0651b7; margin: 0 auto;}
.mainNav { zoom:1; position: relative; }
.mainNav a:hover { text-decoration:none; }
.mainNav .li1 {float:left;line-height: 60px;}
.mainNav .on1 { background: url(../img/nav-on.png) no-repeat center top; height: 71px; }
/*.mainNav .li1 .a1 { display:block; font-size: 18px; color: #fff; text-align: center; padding-left: 35px; background: url(../img/icons-home-01.png) no-repeat 20px 18px;}*/
.mainNav .li1 .a1 { display:block; font-size: 18px; color: #fff; text-align: center; padding: 0 14px 0 45px; background: url(../img/icons-home.png) no-repeat 12px 18px;}
.mainNav .menu2 .a1 { background-position: 12px -555px; }
.mainNav .menu3 .a1 { background-position: 12px -56px; }
.mainNav .menu4 .a1 { background-position: 12px -130px; }
.mainNav .menu5 .a1 {background-position: 12px -204px;}
.mainNav .menu6 .a1 { background-position: 12px -278px; }
.mainNav .menu7 .a1 { background-position: 12px -507px; }
.mainNav .menu8 .a1 { background-position: 12px -352px; }
.mainNav .menu9 .a1 { background-position: 12px -426px; }

/* 主栏 和 侧栏 */
.mainContent {
    overflow:hidden;
}
.side {
    width: 280px;
    float: left;
    margin-right: 20px;
}
/* 位置导航 */
.path {
    color: #666;
    line-height: 20px;
    padding: 10px 0;
    text-align: left;
    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}
.path a,
.path span {
    padding: 0 3px;
    color: #666;
}
.path em {
    background: url(../img/icons/icons-path.png) no-repeat 12px center;
    padding-left: 36px;
}


/* footer */
#footer { clear: both; padding-bottom: 25px; margin-top: 20px; font-size: 14px; }
#footer .pics { position: absolute; right: 0; top: 10px; }
#footer .pics li { display: inline-block; vertical-align: middle; }
#footer .pics li.li1 {  right: 120px; top: 5px; }
#footer .pics li.li1 img { width: 80px; height: 80px; }
#footer .pics li.li2 { right: 0; top: 0;  }
#footer .pics li.li2 img { width: 110px; height: 30px;}
#footer .pics li.li3 { right: 0; top: 35px; }
#footer .pics li.li3 img { width: 110px; }
#footer .pics img{ vertical-align: middle; }
.footNav li { float: left; }
.footNav li.spe { padding: 0 10px; }
.copyRight { text-align: left; padding-top: 5px; width: 950px; clear: both; line-height: 28px; }
.copyRight img.ba { position: relative; top: 3px;}


/* 友情链接 */
.friendLinks {
    height: 40px; 
    /*border-bottom: 1px solid #ccc;
    padding-bottom: 20px;*/
    margin-bottom: 10px;
    
}
.friendLinks h3 {
    display:none;
}
.friendLinks .con {
    margin-right: -30px;
}
.friendLinks select {
    padding: 8px 6px;
    float: left;
    width: 216px;
    *width: 274px;
    margin-right:30px;
    *display: inline;
    border: 1px solid #ccc;
    border-radius:3px;
}

/* 侧栏固定菜单 */
.sideFixed {
    z-index: 9;
    position: fixed;
    top: 205px;
    left: 50%;
    margin-left:620px;
    width: 60px;
    font-size: 12px;
    _position: absolute;
    text-align:center;
    background:#65a0e7;
    border-radius:3px;
}
.sideFixed li {
    position: relative;
    border-bottom:1px solid #fff;
    width:60px;
}
.sideFixed .hover{
    z-index:2
}
.sideFixed li a {
    margin:0 auto;
    width:60px;
    height: 60px;
    display: block;
    background: url(../img/sidefixed.png) center 0 no-repeat;
    -webkit-transition:200ms;-o-transition:200ms;-moz-transition:200ms;transition:200ms;
    border-bottom:1px solid #A9BAD1;
    overflow:hidden;
    cursor:pointer;
    color: #fff;
    line-height: 90px;
}

.sideFixed li.jyta a {background-position: -44px -628px; line-height: 14px; padding:40px 5px 0; width:50px; height:60px;}
.sideFixed li.xyb a{background-image:url(../img/xyb_icon.png); background-position:50% 8px;}
.sideFixed li.home,.sideFixed li.gt{
    width:100%;
}
.sideFixed .wb a {
    background-position: -44px -128px;
}
.sideFixed .wx a {
    background-position: -44px -28px;
}
.sideFixed .qr a {
    background-position: -44px -228px;
}
.sideFixed .qq a {
    background-position: -45px -428px;
}
.sideFixed .zq a {
    background-position: -45px -528px;
}
.sideFixed .gt a {
    background-position: -45px -328px;
}

.sideFixed .map a {
    background: url(../img/icons-map.png) no-repeat center 8px;
    -webkit-background-size: auto 23px;
    background-size: auto 23px;
}
.sideFixed .jrcs a {
    background: url(../img/icons-jrcs.png) no-repeat center 8px;
    -webkit-background-size: auto 23px;
    background-size: auto 23px;
}

.sideFixed li a:hover {
    text-decoration: none;
    background-color:#4c8cda;
}
.sideFixed li.gt { border-bottom: none; }
.sideFixed .pic {
    display: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.sideFixed .pic img {
    width: 120px;
    height: 120px;
}
.sideFixed .hover .pic {
    display: block;
    position: absolute;
    left: -138px;
    top: -34px;
    padding: 4px;
    background: #fff;
}
.sideFixed .hover .pic i {
    z-index: 8;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -3px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-left-color: #fff;
    border-left-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
@media screen and (max-width: 1360px) { 
    .sideFixed{
        left:auto;
        margin-left:0;
        right:0;
    }
}


/* goTop */
#goTop {
    position: fixed;
    display: none !important;
    width: 50px;
    height: 50px;
    bottom: 60px;
    right: 5px;
    z-index: 99;
    cursor: pointer;
    margin: 5px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    box-shadow: 0 0 5px #9c9c9c;
    -webkit-box-shadow: 0 0 5px #9c9c9c;
    opacity: .9;
    background: rgba(0, 0, 0, .5);
}
#goTop::after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -15px;
    content: "";
    border-width: 10px;
    border-color: transparent;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-style: dashed;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
/* winMark */
#winMark {
    z-index: 1;
    width: 100%;
    display: none;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
}



/* 新闻焦点图 -----------------------------------------*/
.newsSlide{background:#edf2f6;overflow: hidden;position: relative;height:400px;}
.newsSlide .bd{position: relative; overflow: hidden; float:left; width:690px; margin-right:20px;}
.newsSlide .bd li{position: relative;}
.newsSlide .bd .pic{position: relative; z-index: 0; line-height: 0;}
.newsSlide .bd .pic img{width: 100%; height: 400px; border: 0;}
.newsSlide .bd .con{position: absolute; width: 100%; z-index: 1; bottom: 0; height: 36px; line-height: 36px; text-align: left;}
.newsSlide .bd .con .title{position: absolute; width: 76%; bottom: 0; left: 0; z-index: 1; height: 100%; overflow: hidden;}
.newsSlide .bd .con .title a{color: #fff;padding-left: 10px;text-decoration: none;font-weight: bold;}
.newsSlide .bd .con .titleBg{position: absolute; width: 100%; z-index: 0; bottom: 0; left: 0; background: #000; filter: alpha(opacity=60); opacity: 0.6; height: 36px;}
.newsSlide .bd .con .intro { display:none;}

.newsSlide .hd { overflow:hidden; padding-right:20px; padding-top:20px; padding-left:10px;}
.newsSlide .hd li { padding:10px 15px; font-size:12px; color:#6f879a; line-height:20px; border-bottom:1px dashed #fff; position:relative;}
.newsSlide .hd li .title {font-size:16px;font-weight:bold;height:28px;line-height:28px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #465662;}
.newsSlide .hd li .title a { color:#465662; }
.newsSlide .hd li .intro { height:40px; overflow:hidden;}
.newsSlide .hd li.on { background:#44b5a8; border:#2da99b 1px solid; margin-top:-1px; border-radius:5px;}
.newsSlide .hd li.on .title { color:#fff;}
.newsSlide .hd li.on a { color:#fff;}
.newsSlide .hd li.on .intro { color:#d0e6e3;}
.newsSlide .hd li.on:before {content:"";border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-right: 10px solid #44b5a8; position:absolute; left:-10px; top:50%; margin-top:-10px;}



/* 鼎城概况 -----------------------------------------*/
.about-box { background: url(../img/about-hd.jpg) no-repeat 20px 20px; padding:20px 20px 20px 240px; border: 1px solid #e0e0e0; margin-bottom: 20px;}
.about-box .intro { line-height: 34px; text-indent: 2em; margin-bottom: 20px; padding-top: 25px; }
.about-box .intro a { color: #c00; }
.about-box .menu li { float: left; width: 110px; height: 90px; margin-right: 20px;  }
.about-box .menu li.last { margin-right: 0; }
.about-box .menu li a { display: block; text-align: center; border: 1px solid #e3e5e9; border-radius: 5px; overflow: hidden; height: 38px; padding-top: 50px; line-height: 30px; position: relative; }
.about-box .menu li a:hover { text-decoration: none; color: #65a0e7; background-color: #eef5fc; border-color: #bed7ef;}
.about-box .menu li i { display: block; left: 39px; top: 18px; background: url(../img/icons-aboutpage.png) no-repeat center 0; width: 30px; height: 24px; }
.about-box .menu li.li1 i { background-position: center -108px; top: 17px; height: 26px; }
.about-box .menu li.li2 i { background-position: center -220px; }
.about-box .menu li.li3 i { background-position: center -328px; }
.about-box .menu li.li4 i { background-position: center -436px; height: 24px; }
.about-box .menu li.li5 i { background-position: center -544px; height: 25px; }
.about-box .menu li.li6 i { background-position: center -652px; }
.about-box .menu li.li0:hover i { background-position: center -54px; }
.about-box .menu li.li1:hover i { background-position: center -164px; }
.about-box .menu li.li2:hover i { background-position: center -274px; }
.about-box .menu li.li3:hover i { background-position: center -382px; }
.about-box .menu li.li4:hover i { background-position: center -490px; }
.about-box .menu li.li5:hover i { background-position: center -598px; }
.about-box .menu li.li6:hover i { background-position: center -706px; }

/* 图片按钮 */
.about-pic-btn { height: 180px; margin-bottom: 20px; clear: both; }
.about-pic-btn li { float: left; height: 170px; width: 190px; padding: 5px; overflow: hidden; margin-right: 20px; background: url(../img/about-pic-bg.jpg) no-repeat 0 0; position: relative;}
.about-pic-btn li a { display: block; border: 1px solid #dae1e0; line-height: 168px; font-weight: bold; text-align: center; color: #fff; font-size: 18px; position: relative; z-index: 1;}
.about-pic-btn li a:hover { text-decoration: none; }
.about-pic-btn li.li2 { background-position:-220px 0; }
.about-pic-btn li.li3 { background-position:-440px 0; }
.about-pic-btn li.li4 { background-position:-660px 0; }
.about-pic-btn li.li5 { background-position:-880px 0; width: 270px; margin-right: 0;}
.about-pic-btn li i { position: absolute; bottom:0; left: 0;width: 100%; height: 100%; background: #000; opacity: 0.5; filter: alpha(opacity=50); -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.about-pic-btn li:hover i { bottom: -220px; }

/* 乡镇概况 */
.about-xzgk {border: 1px solid #e0e0e0; border-radius: 5px; overflow: hidden; height: 68px; clear: both;}
.about-xzgk .hd { float: left; width: 68px; border-right: 1px solid #e0e0e0; height: 68px; background-color: #f2f7fe; }
.about-xzgk .hd h3 a { display: block; font-weight: bold; font-size: 16px; color: #0651b7; padding: 16px 18px 0; text-align: center; line-height: 18px; height: 52px; }
.about-xzgk .bd { overflow: hidden; padding-top: 10px; }
.about-xzgk .bd li { float: left; margin-right: 15px; padding-left: 15px; line-height: 24px; }



/* openPage ----------------------------------------- */
.box-leader { background-color: #f8f8f8; }
.box-leader .hd { background-color: #fff; }
.box-leader .bd { padding: 20px; height: 160px; }
.box-leader .bd li { float: left; width: 240px; height: 150px; }
.box-leader .bd li .pic { width: 120px; height: 150px; float: left; margin-right: 16px; }
.box-leader .bd li .con { overflow: hidden; position: relative; }
.box-leader .bd li .title a { font-size: 18px; }
.box-leader .bd li .title i { display: block; width: 20px; height: 3px; background-color: #aaa; margin-bottom: 15px; margin-top: 4px;}
.box-leader .bd li span.job { font-size: 14px; line-height: 20px; color: #888; display: block; }
.box-leader .bd li .intro,.box-leader .bd li a.more { display: none; }
.box-leader .bd li.last { float: right; } 

/* box-tab */
.box-leader .box-tab { border-top: 1px dashed #ddd; margin:0 20px; clear: both; padding: 15px 0 28px; }
.box-leader .box-tab .hd-s li { float: left; font-weight: bold; font-size: 16px; margin-right: 20px; line-height: 40px; height: 40px; }
.box-leader .box-tab .hd-s li.on a { color: #f72526; }
.box-leader .box-tab .bd-s { clear: both; }
.box-leader .box-tab .bd-s span.job { display: none; }
.box-leader .box-tab .bd-s li { float: left; width: 16.66%; *width: 16.65%; }

/* interPage ----------------------------------------- */
.interPage .home-side { float: left; width: 570px; }
.interPage .home-main { float: right; width: 570px; }
.interPage .home-main .boxB { padding: 0 20px 1%; }

/* 网上调查 */
.box-wsdc { margin-bottom: 20px; padding-bottom: 0; }
.box-wsdc .bd { padding-bottom: 12px; }
.box-wsdc .bd li { border-bottom: 1px solid #e9e9e9; height: 60px; padding-top: 5px; padding-bottom: 10px; }
.box-wsdc .bd li span.dates { display: block; font-size: 12px; color: #999; padding-left: 20px; height: 20px; line-height: 20px;}
.box-wsdc .bd li a.tit { background: url(../img/icons/icons-wztc.png) no-repeat left center; padding-left: 20px; }
.box-wsdc .bd li span.btns a {  color: #666; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } 

/* 新调查样式 */
.box-wsdc .bd li { position:relative;}
.box-wsdc .bd li .num { display: none; }
.box-wsdc .bd li .con a { background: url(../img/icons/icons-wztc.png) no-repeat left center; padding-left: 20px; display: block; height: 40px; line-height:40px; overflow: hidden; }
.box-wsdc .bd li .con p { display: block; font-size: 12px; color: #999; padding-left: 20px; height: 20px; line-height: 20px;}
.box-wsdc .bd li .status { float: right; margin-right: 5px; font-size: 14px; margin-top: 5px;  height: 22px; line-height: 22px; background: #fff; border: 1px solid #ddd; padding: 0 10px; position:absolute; right:10px; bottom:10px}


/* home-side------- */
.inter-menu {padding-left: 10px;margin-right: -20px;height: 120px;margin-bottom: 15px;}
.inter-menu li {width: 270px;height: 50px;float: left;margin-bottom: 15px;margin-right: 20px;}
.inter-menu li a { border-radius: 5px; display: block; background-color: #e0efff; padding-left: 115px; line-height: 50px; position: relative; }
.inter-menu li i { display: block; left: 80px; top: 17px; height: 17px; }
.inter-menu li.li1 i { background: url(../img/icons/icons-xx.png) no-repeat; width: 17px; }
.inter-menu li.li2 i { background: url(../img/icons/icons-jy.png) no-repeat; width: 17px; }
.inter-menu li.li3 i { background: url(../img/icons/icons-ly.png) no-repeat; width: 18px; }
.inter-menu li.li4 i { background: url(../img/icons/icons-yg.png) no-repeat; width: 21px; left: 78px; }
.inter-menu li:hover i { -webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg); }

/* 区长信箱 */
.lead-mail { border: 4px solid #ccc; position: relative; clear: both; margin-left: 10px;}
.lead-mail .hd { background: url(../img/bj.png) no-repeat left top; height: 70px; position: relative; margin-top: 20px; left: -14px; }
.lead-mail .hd h3 { float: left; padding: 0 45px 0 25px; height: 60px; line-height: 60px; font-weight: bold; font-size: 20px; background-color: #146ac1; border-radius: 0 5px 5px 0;}
.lead-mail .hd h3 a { color: #fff; }
.lead-mail .hd a.link { position: absolute; top: 6px; right: 0; width: 80px; height: 50px; line-height: 50px; font-size: 16px; background-color: #fff0e0; border-radius: 5px; padding-left: 50px; display: block; }
.lead-mail .hd a.link i { position: absolute; display: block; width: 17px; height: 17px; left: 20px; top: 17px; background: url(../img/icons/icons-cx.png) no-repeat; 
 -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.lead-mail .hd a.link:hover i {-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg);}
.lead-mail .hd a.link:hover { background-color: #fde8d2; }
.lead-mail .letterList th { background: none; border-bottom: 2px solid #e3ebf4; color: #146ac1; border-top: none; font-weight: normal; font-size: 16px;}
.lead-mail .letterList th,
.lead-mail .letterList td{ padding:10px 5px;}
.lead-mail .letterList .even td{ background:#f0f5fa;}
.letterList .dep,
.letterList .date{ display:none;}



/* 侧栏-栏目菜单 */
#sideMenu { margin-bottom: 20px; }
#sideMenu .hd h3 {padding: 15px 30px;}
#sideMenu .bd{ border: 1px solid #eee; border-top: none; padding: 20px 20px 10px; background-color: #fafafa;}
#sideMenu li { margin-bottom: 10px; }
#sideMenu li a {
    display: block;
    background:#f2f2f2 url(../img/arrow-menu.png) no-repeat 215px center;
    padding: 8px 30px;
    line-height: 24px;
    font-size: 16px;
    border: 1px solid #eee;
    border-radius: 5px;
}
#sideMenu li a:hover,
#sideMenu .on a {
    text-decoration: none;
    color:#fff;
    background:#a3c0de url(../img/arrow-menu-on.png) no-repeat 215px center;
    border-color: #87aacf;
}

#sideMenu .bd img { width: 240px; height: 150px; }

/* box-border */
.box-border .hd { border-bottom: 2px solid #e0e0e0; height: 50px; line-height: 50px; margin-bottom: 10px; }
.box-border .hd h3 {  padding: 0 5px; float: left; overflow: hidden; font-weight: bold; font-size: 20px;  }
.box-border .hd h3 a,.box-border .hd h3 span { color: #0651b7; }
.box-border .hd a.more { float: right; font-size: 14px; color: #666;  }
.box-border .hd li { float: left; padding: 0 5px; margin-right: 15px; font-weight: bold; font-size: 20px; }
.box-border .hd li a { color: #666; }
.box-border .hd li.on a { color: #0651b7; }
.box-border .hd li a:hover { text-decoration: none; }
.box-border .bd { clear: both; }

/* box-color */
.box-color .hd { height: 50px; line-height: 50px; background-color: #0651b7; border-radius: 5px 5px 0 0; }
.box-color .hd h3 { font-size: 20px; font-weight: bold; padding-left: 25px; color: #fff; }
.box-color .hd h3 a { color: #fff; }
.box-color .bd { clear: both; border: 1px solid #eee; border-top: none; padding: 5px 15px; }

/* box */
.box>.hd { height: 40px; line-height: 40px; position: relative; margin-bottom: 10px;}
.box>.hd .more { color: #999; float: right; font-size: 14px;}
.box>.hd ul { overflow: hidden;}
.box>.hd li,
.box>.hd h3 { font-size:20px; float: left;  position: relative; font-weight: bold; margin-right: 25px;}
.box>.hd li a { color:#666;}
.box>.hd li a,
.box>.hd h3 a:hover { text-decoration: none;}
.box>.hd .on,
.box>.hd h3 { color:#0651b7;}
.box>.hd .on a,
.box>.hd h3 a { color:#0651b7;}
.box>.bd { overflow: hidden; clear: both;}

/* boxA */
.boxA .Thd { border-bottom: 1px solid #e0e0e0; height: 50px; line-height: 50px; margin-bottom: 15px; }
.boxA .Thd h3 {  padding: 0 5px; float: left; overflow: hidden; font-weight: bold; font-size: 20px; color: #0651b7; }
.boxA .Thd h3 a,.boxA .Thd h3 span { color: #0651b7; }
.boxA .Thd a.more { float: right; font-size: 14px; color: #666;  }
.boxA .hd { height: 36px; line-height: 36px; background: #f2f2f2;}
.boxA .hd .more { font-size: 14px; float: right; color: #666;}
.boxA .hd h3 { color: #fff; padding: 0 20px; background: #98bbdf; font-size: 16px;}
.boxA .hd h3 a { color: #fff;}
.boxA .hd h3 a:hover { text-decoration: none; }
.boxA .hd li { float: left; font-size: 16px;}
.boxA .hd li a { padding: 0 20px; }
.boxA .hd .on { background:#98bbdf; color:#fff; text-decoration: none;}
.boxA .hd .on a{ color:#fff;}
.boxA .hd li:hover a { text-decoration: none; }
.boxA .bd { padding: 8px 0; overflow: hidden; clear: both;}


/* boxB */
.boxB { border: 1px solid #e0e0e0; padding:0 2% 1%;}
.boxB .hd { border-bottom: 1px solid #e0e0e0; height: 55px; line-height: 54px; margin-bottom: 10px; }
.boxB .hd h3 { border-bottom: 2px solid #0651b7; padding: 0 5px; float: left; height: 54px; overflow: hidden; font-weight: bold; font-size: 20px;}
.boxB .hd h3 a,.boxB .hd h3 span { color: #0651b7; }
.boxB .hd a.more { float: right; font-size: 14px; color: #666;  }
.boxB .bd { clear: both; }

.boxB .hd li { float: left; padding: 0 5px; margin-right: 15px; height: 54px; overflow: hidden; font-weight: bold; font-size: 20px;}
.boxB .hd li a { color: #666; }
.boxB .hd li.on { border-bottom: 2px solid #0651b7; }
.boxB .hd li.on a { color: #0651b7; }
.boxB .hd li a:hover { text-decoration: none; }

/* boxC */
.boxC {
    margin-bottom: 15px;
    overflow: hidden;
}
.boxC .hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dedede;
    position: relative;
    margin-bottom:10px;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
}
.boxC .hd .more {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
    color:#666
}
.boxC .hd h3{
    margin-right: 25px;
    color: #4284c5;
    font-weight: bold;
}
.boxC .hd li {
    float:left;
    margin-right: 25px;
}
.boxC .hd li a { color: #666; }
.boxC .hd h3 a,
.boxC .hd .on a{
   color: #4284c5;
}
.boxC .bd {
    overflow: hidden;
    padding: 0 5px
}
/* boxD */
.boxD {
    margin-bottom: 20px;
}
.boxD .hd {
    height: 50px;
    line-height: 50px;
    background: url(../img/new/box-bg.png) 0 -250px;
    padding-left:30px;
    overflow:hidden;
}
.boxD .hd h3 {
    font-size: 18px;
    text-align:center;
    font-weight:bold;
    padding-right:30px;
    background: url(../img/new/box-bg.png) right -250px;
    color: #fff;
}
.boxD .hd h3 a {
    color: #fff
}
.boxD .hd .more{
    display:none;
}
.boxD .bd {
    background: #F5F5F5;
    overflow: hidden;
    padding:20px;
}
/* boxE */
.boxE {
    margin-bottom: 15px;
}
.boxE .hd {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin-bottom:10px;
    background:#F7F7F7
}
.boxE .hd h3 {
    float: left;
    padding: 0 20px;
    background: #0651b7;
    color: #fff;
    font-size: 16px;
}
.boxE .hd h3 a {
    color: #fff;
    display: block;
    float: left;
}
.boxE .hd .more {
    float: right;
    margin-right:10px;
    font-size:12px;
    color:#999
}
.boxE .bd {
    overflow: hidden;
}
/* 侧栏盒子模型 */
.sideBox .hd {
    background: #0651b7;
    border-radius: 5px 5px 0 0;
}
.sideBox .hd .more {
    float: right;
    color:#fff;
    line-height: 30px; 
    padding: 10px 0;
}
.sideBox .hd h3 {
    font-size: 22px;
    color: #fff;
    padding: 10px 30px;
    line-height: 30px;
}
.sideBox .hd h3 a {
    color: #fff;
    vertical-align:middle;
}
.sideBox .hd h3 .ico2{
    background-position: 2px -70px;
}
.sideBox .bd{
    padding:15px 20px;
    border: 1px solid #e9e9e9; border-top: none;
}

.sideBoxA{
    background:#f5f5f5
}
.sideBoxA .hd .more{
    display:none;
}
.sideBoxA .hd{
    height:46px;
    line-height:46px;
    overflow:hidden;
    text-align:center;
    background:url(../../base/img/new/box-bg.png) 0 -200px no-repeat;
    padding-left:30px;
    font-size:18px;
    color:#fff;
}
.sideBoxA .hd h3{
    padding-right:30px;
    background:url(../../base/img/new/box-bg.png) right -200px no-repeat;
}
.sideBoxA .hd a{
    font-weight:bold;
    color:#fff;
}
.sideBoxA .bd{
    padding:15px 15px 0 15px;;
}
.sideRankList li{
    padding:10px 0;
    border-bottom:1px dotted #ccc;
    overflow:hidden;
    line-height:24px;
}
.sideRankList .last{
    border-bottom:0
}
.sideRankList em{
    display:block;
    float:left;
    margin-right:10px;
    height:30px;
    width:30px;
    text-align:center;
    line-height:30px;
    background:#c2c2c2;
    color:#777;
    margin-top:5px;
    font-size:16px;
    border-radius:5px;
    font-weight:bold;
}
.sideRankList .hot em{
    background:#e25656;
    color:#fff;
}
/* infoListA */
.infoListA li {
    padding: 0 0 10px 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    line-height: 1.6;
    background: url(../img/dot.png) no-repeat left 11px;
    position: relative;
}
.infoListA .date {
    color: #999;
    float: right;
}
.infoListA .last {
    border-bottom: 0
}
/* 信件列表 */
.letterList {
    width: 100%;
    border: none;
}
.letterList th,
.letterList td {
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
    padding: 7px 5px;
}
.letterList th {
    background:#F6F6F6;
    font-weight:bold;
    border-top:1px solid #EFEFEF
}
.letterList th.title {
    text-align: left;
    padding-left: 38px;
}
.letterList .even td {
    
}
.letterList .num {
    display: none;
}
.letterList td.title {
    text-align: left;
    padding-left: 5px;
}
.letterList .ico {
    width: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 0px
}
.letterList .ico img {
    vertical-align: middle;
}
.letterList .dep {
    width: 90px;
}
.letterList .state {
    width: 90px;
}
.letterList .open,
.letterList .handle{
    display:none
}
.letterList .state .s0 {
    color: #333;
}
.letterList .state .s1 {
    color: #f70;
}
.letterList .state .s2 {
    color: #f00;
}
.letterList .state .s3 {
    color: #390;
}
.letterList .state .s4 {
    color: #333;
    text-decoration: line-through;
}
.letterList .date {
    border-right: none;
    width: 90px;
}
.letterList td.date {
    color: #999999
}
/* detailTable */
.detailTable {
    margin-bottom: 10px;
    background: #fff;
    width: 100%;
}
.detailTable,
.detailTable tr,
.detailTable tr td {
    border: 1px solid #e6e6e6;
    border-collapse: collapse;
}
.detailTable thead tr {
    border-color: #0651b7;
}
.detailTable thead th {
    background: #0651b7;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-color: #0651b7;
}
.detailTable tbody td {
    padding: 10px 15px;
}
.detailTable tbody td.tdName {
    font-weight: bold;
    background: #f7f7f7;
    text-align: center;
    width: 20%;
    font-size: 14px;
}
.detailTable .trTitle .tdCon {
    font-weight: bold;
}
.detailTable .trName td:nth-child(2),
.detailTable .trUnit td:nth-child(2) {
    width: 160px
}
.detailTable .trName td:nth-child(3),
.detailTable .trUnit td:nth-child(3) {
    width: 160px
}
.detailTable .preDiv {
    width: auto;
    overflow: auto;
}
.detailTable .preDiv pre {
    font-size: 14px;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
/* mainBox */
.mainBox .mHd {
    position: relative;
    height: 58px;
    margin-bottom: 20px;
    border-bottom:2px solid #EBEBEB;
}
.mainBox .mHd .list {
    overflow: hidden;
    line-height:57px;
}
.mainBox .mHd .list li {
    float: left;
    margin-right: 15px;
    padding: 0 15px;
}
.mainBox .mHd .list a {
    font-size: 20px;
    color: #666;
    font-weight: bold;
}
.mainBox .mHd .list a:hover {
    text-decoration: none
}
.mainBox .mHd .list .on{
    border-bottom: 3px solid #0651b7;
}
.mainBox .mHd .list .on a {
    color:#0651b7;
}
.mainBox .mHd h3,
.mainBox .mHd .list .on {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #0651b7;
    font-size: 20px;
    font-weight: bold;
    line-height: 57px;
    border-bottom: 3px solid #0651b7;
    padding: 0 15px;
}
.mainBox .mHd h3 a {
    color: #0651b7;
}
.column {
    margin-bottom: 20px;
    overflow: hidden;
}

/* 图片内容 */
.sw-list h3 { padding-top: 10px !important; }

/* 图片经过效果 */
.pic a{ display: block; position: relative;transition: all 200ms ease 0s;overflow: hidden;}
.pic a:hover{filter: alpha(opacity=80);opacity: .8;}
.pic a:before{content: "";position: absolute;width: 100px;height: 100%;top: 0;left: -100%;overflow: hidden;background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);-webkit-transform: skewX(-30deg);-moz-transform: skewX(-30deg);transform: skewX(-30deg);}
.pic a:hover:before{left: 150%;transition: left 1s ease 0s}

/* 热点专题 */
.indRdzt {
    overflow: hidden;
    zoom: 1;
    height: 70px;
}
.indRdzt ul {
    margin-right: -20px;
    overflow: hidden;
}
.indRdzt li {
    float: left;
    margin-right: 20px;
    width: 350px;
}
.indRdzt li a {
    display: block;
}
.indRdzt li img {
    width: 100%;
    height: 70px;
}
.indRdzt .tit {
    display:none
}

/* 侧栏-栏目内搜索 */
#sideSearch .bd li {
    padding: 0 0 10px 0;
    overflow: hidden;
}
#sideSearch .nodes,
#sideSearch input,
#sideSearch button {
    height: 32px;
    line-height: 32px;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    font-family: "microsoft yahei";
    outline: none
}
#sideSearch .keyword {
    width: 60%;
    padding: 0 5px;
}
#sideSearch button {
    line-height: 28px;
    width: 32%;
    float: right;
    background: #0651b7;
    border-color: #0651b7;
    color: #fff;
}
/*验证码*/
div.codeinp input[type=text] {
    width: 30%;
    float: left;
    margin-right: 10px;
}

/* 动画 */
.animate1 i{
    -webkit-transition:400ms;-o-transition:400ms;-moz-transition:400ms;transition:400ms;
}
.animate1 a:hover i{
    -moz-transform:scaleX(-1); -webkit-transform:scaleX(-1); -o-transform:scaleX(-1); transform:scaleX(-1);
}
.animate2 a{
    -webkit-transition:400ms;-o-transition:400ms;-moz-transition:400ms;transition:400ms;
}
.animate3 .pic img{
    -webkit-transition:400ms;-o-transition:400ms;-moz-transition:400ms;transition:400ms;
}
.animate3 .pic a:hover img{
    -moz-transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05); -o-transform:scale(1.05,1.05); transform:scale(1.05,1.05);
}
.animate-btn a{
    -webkit-transition:400ms;-o-transition:400ms;-moz-transition:400ms;transition:400ms;
}
.animate-btn a:hover{
    text-decoration:none;
    filter:alpha(opacity=80);opacity:0.8;
}
/* 图标按钮 */
.iconsList li a { position: relative; display: block; }
.iconsList li i { display: block; position: absolute;
    -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s;

}
/*验证码*/
div.codeinp input[type=text] {
    width: 100px !important;
    float: left;
    margin-right: 10px;
}
div input[type=text] {
    border: 1px solid #ccc;
    height: 30px;
    padding: 0 10px;
}
/* 通用底部按钮 */
.bot {
    text-align: center;
    padding: 0 0 20px 0;
}
.bot a,
.bot button {
    cursor: pointer;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 5%;
    font-size: 16px;
    background: #0651b7;
    border: 0;
    color: #fff;
    margin: 0 2%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bot a:hover,
.bot button:hover {
    text-decoration: none;
    background: #1e5fa1;
    color: #fff;
}
/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm {
    background: #fff;
    width: 80%;
    margin: 0 auto;
    padding:30px 0;
    font-size: 16px;
}
.queryForm td {
    padding: 8px 0
}
.queryForm .tdlab {
    width: 40%;
    text-align: right;
}
.queryForm input[type=text] {
    width: 56%;
}
.queryForm .bot {
    text-align: left;
}
.queryForm .bot a {
    margin: 0
}
.queryForm .required strong {
    color: #f00;
    margin-right: 5px;
}
.queryForm .errorMessage {
    color: #f00;
}
.queryForm table {
    width: 100%;
    border: 0;
}
/* 依申请、信访、咨询等通用 查询结果页样色 */
.queryResult {
    width: 80%;
    margin: 0 auto;
    padding:30px 0;
}
.queryResult .mainBox {
    margin-bottom: 50px;
}
.queryResult .tit h3 {
    text-align: center;
    font-size: 38px;
    line-height: 2;
    margin-bottom: 30px;
}
.queryResult .tips {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
    border-top: 1px solid #ddd;
    padding: 50px 0 20px 0;
}
.queryResult .number {
    font-weight: bold;
    color: #f00;
}

/*信息公开-链接式*/
.nodePageList{overflow: hidden;min-height:300px;}
.nodePageList li{width: 30%; float: left; margin: 0 1.5% 15px;}
.nodePageList li a{display: block;height: 30px;line-height: 30px;padding: 6px 0;font-size: 16px;text-align: center;border: 1px solid #ebebeb;border-radius: 3px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.nodePageList li a:hover{text-decoration: none; color: #2d66a5; background-color: #fafafa;}

/*--
颜色代码
#0651b7 深蓝色标题
#ddd 淡蓝色边框
--*/
.top-link-fr .phone{margin-right:20px;}
.top-link-fr .phone dd {
    position: absolute;
    top: 38px;
    right: 50%;
    display: none;
    clear: both;
    margin-right: -54px;
    padding: 7px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.top-link-fr .on dd{display:block;}


/* 新css覆盖 */
html{background: url(../newimg/tybody_bg.png) top center repeat-x #fff;}
body{overflow-x: initial;background: url(../newimg/ty_body.jpg) no-repeat center top ;}
.notlogged{margin: 0;}
.sideFixed{top: 305px;}
.topbar{background: rgba(36, 36, 36, 0.5);}
#header{height: 380px;}
.mainNav .li1 .a1{background: none;padding: 0 29.6px;}
.top-link-fl li{padding: 0;}
.top-link-fl li a{color: #fff;padding: 0 10px;transition: all 0.5s;}
.top-link-fl li a:hover,.top-link-fr li a:hover{color: #ddd;}
.top-link-fr li .spe{color: #fff;font-size: 12px;margin: 0 10px;}
.top-link-fr .phone{margin: 0;}
.top-link-fr li a{color: #fff;}
.top-link-fr ul .li5 {padding: 0 8px 0 30px!important;background: url(../newimg/userico.png) 7px 6px no-repeat;height: 28px;line-height: 28px;margin: 4px 3px;border: 1px solid transparent;float: left;transition: all 0.5s;border-radius: 20px;}
.top-link-fr ul li{background: url(../newimg/headericon.png) no-repeat 7px -233px;float: left;}
.top-link-fr ul li .userLogged a,.links a{font-size: 14px;margin: 0;}
.top-link-fr ul li .userLogged a:hover{color: #ddd;}
.top-link-fr ul li .userLogged a, .links a,.top-link-fr ul li a{height: 28px;line-height: 28px;}
.top-link-fr ul li{height: 28px;line-height: 28px;margin: 5px 3px;border: 1px solid transparent;padding: 0 8px 0 32px;transition: all 0.5s;color: #fff;border-radius: 20px;}
.top-link-fr ul li:hover{border: 1px solid rgb(255 255 255 / 50%);border-radius: 20px;}
.top-link-fr ul .li2 {background-position: 8px -146px;}
.top-link-fr ul .li3 {background-position-y: 4px;}
.top-link-fr ul .site{float: left;}
.top-link-fr ul .site dt{background: url(../newimg/headericon.png) 7px -203px no-repeat;cursor: pointer;background-color: #EA9327;box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);border-radius: 15px;border: none;height: 28px;line-height: 28px;margin: 6px 3px;padding: 0 8px 0 30px;transition: all 0.5s;color: #fff;}
.top-link-fr ul .site dt a{font-size: 14px;color:#fff;}
.top-link-fr ul .site dt a:hover,.links a:hover{border: none;color: #ddd;}
.logoBox{height: 280px;}
#logo{margin: 90px 0;}
.ty_logo {background: url(../img/ty_logo.png) center no-repeat;position: absolute;right: 20px;top: 60px;background-size:131px;transition: all .2s;z-index: 9;}
.ty_logo:hover{background-size:150px;}
.ty_logo a {display: block;width: 150px;height:80px;}
.siteSearchBar{top: 85px;position: relative;}
.box>.hd,.boxB .hd,.box-border .hd{height: 46px;line-height: 46px;}
.boxB .hd li{height: 45px;font-size: 18px;}
.box>.hd li, .box>.hd h3,.about-xzgk .hd h3 a,.box-border .hd h3 a, .box-border .hd h3 span,.box-border .hd li a,.box-leader .box-tab .hd-s li.on a,.boxB .hd h3 a, .boxB .hd h3 span,.lead-mail .letterList th{font-size: 18px;}
.infoList li a,.about-box .intro,.about-box .menu li a,.about-xzgk .bd li a,.box-leader .box-tab .bd-s a,.inter-menu li a,.box-wsdc .bd li .con a,.letterList td.title,.newsSlide .bd .con .title a,.newsSlide .hd li .title a{font-size: 16px;}
.box-wsdc .bd li .con p{font-size: 14px;}
.boxB .hd h3{height: 45px;}
.box-wsdc .bd li{height: 64px;padding-top: 10px;padding-bottom: 10px;}
.friendLinks{margin: 20px 0;}
.friendLinks .con{width: 1200px;margin: auto;}
.friendLinks select{width: 277px;padding: 10px 6px;font-size: 16px;}
.friendLinks select:last-child{margin: 0;}
.about-xzgk{height: auto;}
.about-xzgk .bd{padding: 10px 0;}
.about-xzgk .hd{height: 92px;width: 92px;}
.about-xzgk .hd h3 a{font-size: 18px;padding: 21px 20px;line-height: 25px;}
#footer{height: 180px;padding: 0;margin: 0;background-color: #015293;}
#footer .jiguan{left: 65px;position: absolute;top: 50px; width: 52px;}
#footer .copyRight {width: 730px;margin-left: 175px;position: relative;top: 30px;padding: 0;}
#footer .copyRight p,#footer .copyRight a{line-height: 30px;text-align: left;clear: both;font-size: 14px;color: #fff;text-decoration: none;}
#footer .footer_right{position: absolute;top: 30px;right: 65px;width: 238px;}
#footer .footer_right .wzafw{position: absolute;left: 0;top: 0;}
#footer .footer_right .jiucuo{position: absolute;left: 0;top: 64px;}
#footer .footer_right .zwwb{position: absolute;right: 0;top: 0;width: 100px;}
#footer .footer_right .zwwb{position: absolute;top: 0;right: 0;text-align: left;}
#footer .footer_right .zwwb img{width: auto;height: 118px;}
#footer .footer_right .wx,#footer .footer_right .wb{width: 60px;height: 55px;padding-left: 60px;line-height: 55px;font-size: 16px;color: #fff;position: absolute;right: 0;text-align: left;box-sizing: content-box;}
#footer .footer_right .wx img,#footer .footer_right .wb img{width: 120px;position: absolute;left: 0;right: 0;top: -120px;display: none;}
#footer .footer_right .wx:hover img,#footer .footer_right .wb:hover img{display: block;}
#footer .footer_right .wx{background: url(../newimg/wx_icon.png) 26px 50% no-repeat;background-color: rgba(255, 255, 255, 0.2);top: 0px;cursor: pointer;}
#footer .footer_right .wb{background: url(../newimg/wb_icon.png) 26px 50% no-repeat;background-color: rgba(255, 255, 255, 0.2);top: 64px;cursor: pointer;}
#footer .footer_right .wb a{color:#fff;}


.newsSlide,.newsSlide .pic, .newsSlide .pic img,.newsSlide .bd .pic img{height: 354px;}
.newsSlide .bd .con,.newsSlide .bd .con .titleBg{height: 50px;line-height: 50px;}
.newsSlide .hd li .intro{display: none;}
.newsSlide .hd li{height: 62px;line-height: 62px;display: flex;}
.newsSlide .hd li .title{margin: auto 0;}
#sideMenu .hd h3{font-size: 24px;padding: 20px 30px;}
.mainBox .mHd h3, .mainBox .mHd .list .on{font-size: 24px;}
.side{width: 270px;}
#sideMenu .bd{padding: 20px 15px 10px;}
#sideMenu li a{padding: 15px 20px;}

.top-link-fr .phone dd img{width: 110px;height: 110px;}

.wzafw{display:none!important;}















